[NTG-context] Project structure with nested subfolders and shared environments.

2022-12-15 Thread Pawel Urbanski via ntg-context
\startproject * \usepath [{ Metadata }] \environment Environment.tex \stopproject % /MainFolder/Metadata/Environment.tex \startenvironment * % Test if setup is applied. \setupbodyfont[ebgaramond] \stopenvironment % /MainFolder/SubFolder/SubSubFolder/Doc.tex \startproduct * \project Meta \startcomponent

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-16 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 16.08.2021 um 12:18: Hi Wolfgang, Pablo's solution works, but I tried yours without success. Here are the main lines of my project begin project \startproject[terminale-environment] \environment[terminale-style]  ... \stopproject end

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-16 Thread Fabrice Couvreur via ntg-context
[terminale_recurrence] ... \stopbodymatter \stopdocument \stopproduct end product begin project \startproject[terminale-environment] \environment[terminale-style] ... \stopproject end project begin component \project[terminale-environment] \startcomponent[terminale_recurrence

[NTG-context] Fwd: Re: LMTX 2021.03.02 | cross reference to an external file | \pagereference

2021-03-04 Thread Richard Mahoney
with my two volume proceedings.) I'd be grateful for suggestions. Best, Richard % testproject.tex -- LMTX 2021.03.02 \startproject testproject \product testproduct000 \product testproduct001 \stopproject % master000.tex -- LMTX 2021.03.02 \startproduct testproduct000 \project

Re: [NTG-context] \definehead behaving differently when in an environment file versus \input'ed

2020-05-02 Thread Wolfgang Schuster
issue of the journal in one go. (I would simply comment out the \input line and add \startproject \startcomponent etc lines as necessary from each received article.) Problem: I've created a custom chapter heading, but the font size changes depending on whether I'm processing the \input version

[NTG-context] \definehead behaving differently when in an environment file versus \input'ed

2020-05-02 Thread ntg
comment out the \input line and add \startproject \startcomponent etc lines as necessary from each received article.) Problem: I've created a custom chapter heading, but the font size changes depending on whether I'm processing the \input version of the article or the \component version and I

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Aditya Mahajan
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project file and foo.lua are in the same folder. \stopproject I have been \environme

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Jairo A. del Rio
\ctxlua and the like). For instance, I > > have the file foo.lua with some macros and I want to use them in my > > project. Something like this: > > > > \startproject project > > %\component foo.lua %This does not work > > %\environment foo.lua %This does no

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Wolfgang Schuster
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project file and foo.lua are in the same folder. \stopproject What should I do?

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Thomas A. Schmitz
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project file and foo.lua are in the same folder. \stopproject What should I do?

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread mf
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project \directlua{require("foo")} or \startluacode require("

[NTG-context] Using Lua files in project structure

2020-04-05 Thread Jairo A. del Rio
I'm writing a project in ConTeXt MKIV and I want to load some (pure) Lua libraries and bindings (defining \ctxlua and the like). For instance, I have the file foo.lua with some macros and I want to use them in my project. Something like this: \startproject project %\component foo.lua %This does

[NTG-context] Questions regarding project structure

2019-05-15 Thread Denis Maier
Hi, I am just testing out the project structure. Let's suppose I have these files: - test_env.tex ``` \startenvironment * \setuphead [section] [textstyle=\bf] \stopenvironment ``` - test_project ``` \startproject * \environment test_env \product test_prod \stopproject

Re: [NTG-context] Need help with project: TeX capacity exceeded

2018-10-04 Thread Axel Kielhorn
start{product|component} and it works as well. Next question: Should the environment be inside \startproject \stopproject? It seems to make no difference. Thus having the whole file inside \start{project|product|component} \stop… would be a good idea and consistent. > At a guess, I think the wiki pag

Re: [NTG-context] Typesetting all documents in a project

2017-06-11 Thread Henri Menke
7.05.15 21:48 MKIV beta  fmt: 2017.6.10  > > Grateful for any hints about where I'm going wrong. > > Mike > > - project_guide.tex - > \startproject project_guide > \environment env_guide > > \product prd_guide > > \stopproject > > - prd_guide.tex - >

[NTG-context] Typesetting all documents in a project

2017-06-11 Thread Mike O'Connor
atest beta: My ConTeXt ver: 2017.05.15 21:48 MKIV beta fmt: 2017.6.10 Grateful for any hints about where I'm going wrong. Mike ----- project_guide.tex - \startproject project_guide \environment env_guide \product prd_guide \stopproject - prd_guide.tex - \startproduct prd

Re: [NTG-context] cross-references between documents in a project (using \useexternaldocument)

2015-09-09 Thread Jens Bertram
][XR Product Two] \nopdfcompression \startproject xr-proj \product xr-prod1 \product xr-prod2 \stopproject \startcomponent xr-comp2-1 \starttext plain\\ ABOUT: \about[xr1::plain]\\ IN: \in[xr1::plain]\\ AT: \at[xr1::plain] page2\\ ABOUT: \about[xr1::pagetwo]\\ IN: \in[xr1::pagetwo]

Re: [NTG-context] Output compilation

2015-08-12 Thread Fabrice Couvreur
-modules \environment my-styles \environment my-commands \startproject manual \product lesson \stopproject Thank you. 2015-08-12 14:43 GMT+02:00 Wolfgang Schuster schuster.wolfg...@gmail.com: Fabrice Couvreur fabrice1.couvr...@gmail.com 12. August 2015 14:22 Hi Hans, I think my initial

Re: [NTG-context] cross-references between documents in a project (using \useexternaldocument)

2015-08-06 Thread tala...@fastmail.fm
(such that I should cease my attempts)? Is \useexternaldocument the wrong command for this purpose? Minimum example files below: % project \project project_xref \startproduct prd_xref \component xref1 \component xref2 \stopproduct % product \startproject project_xref \environment

[NTG-context] cross-references between documents in a project (using \useexternaldocument)

2015-08-05 Thread tala...@fastmail.fm
(such that I should cease my attempts)? Is \useexternaldocument the wrong command for this purpose? Minimum example files below: % project \project project_xref \startproduct prd_xref \component xref1 \component xref2 \stopproduct % product \startproject project_xref \environment env_xref

[NTG-context] User-Defined Commands With Key-Value Options

2015-07-19 Thread Joas Yannick
Dear everyone, I am currently typesetting the old (published in 1707) French Bible of David Martin using ConTeXt MkIV. The source code looks like this: \startproduct martin1707 \startproject bibles % Page layout, fonts, language, etc. \startbiblebook[number={1}, name={Genéſe

Re: [NTG-context] User-Defined Commands With Key-Value Options

2015-07-19 Thread Hans Hagen
On 7/19/2015 1:24 PM, Joas Yannick wrote: Dear everyone, I am currently typesetting the old (published in 1707) French Bible of David Martin using ConTeXt MkIV. The source code looks like this: \startproduct martin1707 \startproject bibles % Page layout, fonts, language, etc

Re: [NTG-context] Index items (additional question)

2015-04-19 Thread Robert Blackstone
it would not be impossible to add some 1000 lines of index entries before \startproject, it would not be especially handy, and I cannot believe that it would be the proper ConTeXt-way to do it. I found that when I split your code, transferred the top part to a new file, which I named IndexItems

Re: [NTG-context] \appendtoks and structuring commands

2015-03-25 Thread Hans Hagen
, it doesn't seem to work. Here is a minimal (not) working example: % env.tex \startenvironment env \setuppapersize[A5] \appendtoks Title page \to \everystarttext \stopenvironment % prj.tex \startproject prj \environment env \stopproject

[NTG-context] \appendtoks and structuring commands

2015-03-24 Thread Sam Ḥilluc
(not) working example: % env.tex \startenvironment env \setuppapersize[A5] \appendtoks Title page \to \everystarttext \stopenvironment % prj.tex \startproject prj \environment env \stopproject % prd.tex \startproduct prd \project prj \starttext

[NTG-context] component not included

2015-03-12 Thread Wolfgang Werners-Lucchini
, rightquote=\guilsingleleft, leftquotation=\rightguillemot, rightquotation=\leftguillemot] \setupwhitespace[medium] \stopenvironment --pj-medizin.tex--- \environment env-medizin \startproject pj-medizin

Re: [NTG-context] component not included

2015-03-12 Thread Wolfgang Schuster
--- \environment env-medizin \startproject pj-medizin \product pd-medizin \stopproject --pd-medizin.tex--- \project pj-medizin \startproduct pd-medizin \component test \stopproduct --test.tex

Re: [NTG-context] component not included

2015-03-12 Thread Norbert Melzer
, leftquotation=\rightguillemot, rightquotation=\leftguillemot] \setupwhitespace[medium] \stopenvironment --pj-medizin.tex--- \environment env-medizin \startproject pj-medizin \product pd-medizin \stopproject --pd

[NTG-context] using environments with project structure (in MkIV)

2014-03-01 Thread Sanjoy Mahajan
the component file at all, and no PDF file is generated. An example: \project testproject \startcomponent test \input knuth \stopcomponent (with testproject.tex containing \startproject blah \stopproject) A workaround is to replace the \project line with \environment env where env is what

[NTG-context] bug/issue with components and preamble (Re: Euler with fallback)

2014-02-18 Thread Sanjoy Mahajan
a previous version of the test file (where the font setup came after the \startcomponent). Here are the two test files (testproject2.tex and test6.tex): testproject2.tex \startproject testproject \stopproject == (If testproject2.tex is empty

Re: [NTG-context] [dev-context] palatino at 10.5pt bold not found when using project structure w/ MkIV

2013-07-08 Thread Sanjoy Mahajan
with \starttext. Alas, this order seems to trigger bug, which is that if the \project line comes first, then the component file is not compiled. Minimal example (mytest2.tex): \project testproject \startcomponent mytest2 \input knuth \stopcomponent testproject.tex is \startproject

[NTG-context] Project structure and path evaluation

2013-04-25 Thread contact
. project.tex: \startproject proj \product product1/product.tex \product product2/product.tex \stopproject product1/product.tex: \startproduct prod1 \component product1/components/component1.tex % I would like to use components/component1.tex % that is a path relative to the current

[NTG-context] Problem with \product

2012-11-25 Thread Bernd Kosubek
Hallo, I use: ConTeXt ver: 2012.11.23 17:35 MKIV fmt: 2012.11.25 int: english/english Problem: \product do not work: Main-file a.tex: \startproject a \environment e 1 \product b 3 \stopproject Environment-file e.tex \startenvironment e \setupbodyfont[sans,12pt] \stopenvironment Sub-file

Re: [NTG-context] Problem with \product

2012-11-25 Thread Wolfgang Schuster
Am 25.11.2012 um 20:16 schrieb Bernd Kosubek kosu...@sksatz.com: Hallo, I use: ConTeXt ver: 2012.11.23 17:35 MKIV fmt: 2012.11.25 int: english/english Problem: \product do not work: Main-file a.tex: \startproject a \environment e 1 \product b 3 \stopproject Environment

Re: [NTG-context] Beginner question. Chapter heading in words

2012-11-11 Thread Andrew Dowell
\project projbook %\component pt1 \component test4 %\component c_article_by_me % ... \stopproduct \startproject projbook %\environment envbook % only mentioned here! \environment envbookkk \product prds2 %\product prd_year2004-02 %\product prd_year2004-03 %\product prd_year2004-04 %\product

Re: [NTG-context] Search path for .tex files (mkiv)

2012-10-30 Thread Marco Patzer
] \component [a] \component [b] \stopproduct and a project file: \startproject * \startmode [*en] \usepath [text/en] \setupexternalfigures [directory={images/en}] \stopmode \startmode [*de] \usepath [text/de

Re: [NTG-context] Search path for .tex files (mkiv)

2012-10-30 Thread John Devereux
* \mainlanguage [de] \project [project] \component [a] \component [b] \stopproduct and a project file: \startproject * \startmode [*en] \usepath [text/en] \setupexternalfigures [directory={images/en}] \stopmode

Re: [NTG-context] Search path for .tex files (mkiv)

2012-10-30 Thread Wolfgang Schuster
files as components and create a product file: \startproduct * \mainlanguage [de] \project [project] \component [a] \component [b] \stopproduct and a project file: \startproject * \startmode [*en] \usepath [text/en

[NTG-context] Problem with new version

2012-10-03 Thread pavel
Hello, yesterday I upgraded my debian and I found out that my previsously prepared publication cannot be compiled with the new version of ConTeXt. The publication looks like: * main file ausgewaehlte.tex \startproject ausgewaehlte \environment

Re: [NTG-context] Problem with new version

2012-10-03 Thread Wolfgang Schuster
Am 02.10.2012 um 19:43 schrieb pa...@hanak.name: Hello, yesterday I upgraded my debian and I found out that my previsously prepared publication cannot be compiled with the new version of ConTeXt. The publication looks like: * main file ausgewaehlte.tex \startproject

[NTG-context] Strange behaviour by processing a project file

2012-10-03 Thread pavel
Hello, I have the following file structure: * file my-project.tex contains: \environment my-environment \startproject my-project \product my-product1 \product my-product2 \stopproject * file my-environment.tex contains: ... font definitions

Re: [NTG-context] \startcomponent, \startproduct... + automatic file name

2012-08-09 Thread Sietse Brouwer
On Thu, 09 Aug 2012 11:27:08 +0200, Hans Hagen pra...@wxs.nl wrote: in the current beta you can say \startcomponent * Hans Wikified at http://wiki.contextgarden.net/Command/startcomponent. This trick also works for startproject, startenvironment, and startproduct, I assume

Re: [NTG-context] \startcomponent, \startproduct... + automatic file name

2012-08-09 Thread Wolfgang Schuster
for startproject, startenvironment, and startproduct, I assume? And for the general case, what about `\ctxlua{commands.processedfile}`? That looks like it should print the current filename, as long as any inclusions use the ConTeXt commands and not \input. You can use \currentcomponent

Re: [NTG-context] \product tag

2012-08-08 Thread Sietse Brouwer
Hi John, What Wolfgang said: `\product X` should be processed once inside `\startproject` environments, and never otherwise. And you should probably have products as your build targets, not projects. @Hans: when I looked at the `processors` table in file-job.lua, I found some discrepancies

[NTG-context] Project structure, (simple)font woes

2012-04-16 Thread Mari Voipio
[Manuals] \setupbodyfont[Manuals,10pt,sans] % end of font setups \starttext \input knuth \stoptext However, if I make a really simple project structure and try to put the above in an environment file, compiling fails. What am I missing here? proj-test.tex: \startproject proj-test

Re: [NTG-context] Project structure and modes

2011-11-13 Thread Salil Sayed
Hi, I get a similar error with a beta updated today. See below. BR, Salil ! Undefined control sequence. system  tex error on line 1 in file project_manuscript.tex: Undefined control sequence ... 1   \startproject project_manuscript 2 3

Re: [NTG-context] Is there any change in processing of Projects, Product and Components?

2011-08-25 Thread Jaroslav Hajtmar
Hello Hans, Thanks for the advice. Enough swap (change) \startproject ... \stopproject to \startproduct ... \stopproduct in the source file and everything runs just fine! Thanx Jaroslav Hajtmar Dne 26.8.2011 1:18, Hans Hagen napsal(a): On 26-8-2011 00:46, Jaroslav Hajtmar wrote: Hello

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
is the corresponding point in context's project(-product/component)- structure? Probably not in included environment files. Maybe in the project file? Like this: \startproject MyProject % Here ? \product MyProduct % Or here ? \stopproject Steffen

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Wolfgang Schuster
[10.5pt] An interesting distinction! Only, where is the corresponding point in context's project(-product/component)- structure? Probably not in included environment files. Maybe in the project file? Like this: \startproject MyProject % Here ? \product MyProduct % Or here

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
: ... \setupbodyfont[times] ... \starttext ... \setupbodyfont[10.5pt] An interesting distinction! Only, where is the corresponding point in context's project(-product/component)- structure? Probably not in included environment files. Maybe in the project file? Like this: \startproject

[NTG-context] why this error?

2011-03-12 Thread Hans van der Meer
cryptografie onderwijsprodukties. 3 4 \startproject onderwijs 5 6 % environment setup for all products 7 \environment mainsetup % algemene macros 8 \environment literature % citation setup 9 10 % environment setup for specific products 11

[NTG-context] Trouble with ConTeXt's project structure

2010-10-17 Thread Stefan Müller
Dear list, I tried to set up a project of mine using the project structure propagated in the wiki [1]. Because I ran into some trouble I made the following small example (using MkIV, minimals 2010.10.14 13:14). %% project_mymag.tex \startproject project_mymag \environment env_mymag

[NTG-context] How to use local setups in selected components of a project only

2010-08-09 Thread Elias Oltmanns
Hi all, it has been suggested on this list before, that people should use modes instead of \localenvironment and friends. Unfortunately, I don't seem to get either of them working as expected. Consider the following example: % project.tex \startproject project \environment environ \component

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
Hallo list, I just started to work with conTeXt, now that I seted up an project environment as follows with the following content: file project_oc.tex: \startproject project_oc \environment env_oc \startfrontmatter \setuppagenumbering[conversion=romannumerals

Re: [NTG-context] Different footers for different parts of a project

2008-11-04 Thread Marcin Borkowski
,rotated] \stopmode \startmode[*product] \setupheadertexts[Product] \stopmode \startmode[*component] \setupheadertexts[Component] \stopmode == project.tex: == \startproject project \environment env \product product \stopproject == product.tex: == \startproduct product

Re: [NTG-context] Different footers for different parts of a project

2008-11-04 Thread Wolfgang Schuster
,rotated] \stopmode \startmode[*product] \setupheadertexts[Product] \stopmode \startmode[*component] \setupheadertexts[Component] \stopmode == project.tex: == \startproject project \environment env \product product \stopproject == product.tex: == \startproduct

[NTG-context] project structure simplification ?

2008-10-23 Thread Steffen Wolfrum
Hi, when there is only one product, only one environment-style (but lots of component) in a project, is it necessary to start the files with these respective lines ... \startproject the_project \startproduct the_product \startenvironment the_style ... or is it sufficient for referencing

Re: [NTG-context] LuaTeX problems

2008-06-27 Thread Wolfgang Schuster
On Thu, Jun 26, 2008 at 8:57 AM, Tomi Lindberg [EMAIL PROTECTED] wrote: ConTeXt minimals is up and running but I have problems with LuaTeX. First the files I assume to be important: % Project \startproject atkmom \environment environ \product book \stopproject % Product \startproduct

[NTG-context] LuaTeX problems

2008-06-26 Thread Tomi Lindberg
ConTeXt minimals is up and running but I have problems with LuaTeX. First the files I assume to be important: % Project \startproject atkmom \environment environ \product book \stopproject % Product \startproduct book \project atkmom \component images \startfrontmatter \environment

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Wolfgang Schuster
On Thu, Jun 26, 2008 at 8:57 AM, Tomi Lindberg [EMAIL PROTECTED] wrote: ConTeXt minimals is up and running but I have problems with LuaTeX. First the files I assume to be important: % Project \startproject atkmom \environment environ \product book \stopproject % Product \startproduct

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Jean Magnan de Bornier
Le 26 juin à 08:57:09 Tomi Lindberg [EMAIL PROTECTED] écrit notamment: | ConTeXt minimals is up and running but I have problems with LuaTeX. | First the files I assume to be important: | % Project | \startproject atkmom | \environment environ | \product book | \stopproject | % Product

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
] \stopprofile \startproject file \stopproject \startquotation[left|middle|right] \stopquotation \startregister[text]{text+text+text} \stopregister # \startsetups \stopsetups # \startstandardmakeup \stopstandardmakeup \startsymbolset[name] \stopsymbolset \startsynchronization \stopsynchronization

Re: [NTG-context] No header text on last page

2007-08-22 Thread luigi scarso
, but is it because I specify no project at all? I'm going to investigate further in this direction. I don't know very well project/product/component following http://wiki.contextgarden.net/Project_structure these work ok. %%% tprj.tex \startproject tprj \environment env_these \product test \stopproject

Re: [NTG-context] Weird frontmatter behaviour

2007-07-31 Thread Wolfgang Schuster
is my main project file when I attempt to test exactly that, with only two parts (no need for more at the moment): \startproject These \environment env_these \startfrontmatter \product prod_liminaire \stopfrontmatter \startbodymatter \product prod_liminaire \product prod_p1

[NTG-context] Weird frontmatter behaviour

2007-07-30 Thread Jeff Smith
(no need for more at the moment): \startproject These \environment env_these \startfrontmatter \product prod_liminaire \stopfrontmatter \startbodymatter \product prod_liminaire \product prod_p1 \stopbodymatter \stopproject The product called prod_liminaire currently contains my title page

Re: [NTG-context] Several environments in a project?

2007-06-20 Thread Wolfgang Schuster
that? Nicola Hi Nicola, if you use the same layout for all your documents in a project you can use the following structure. % Project \startproject projectname \environment environment1 .. more environments \product product1 .. more products \stopproject % Product \startproduct product1

[NTG-context] math: \usemathcollection and \enablemathcollection

2007-04-04 Thread Johannes Kuester
) -- a type-tymnmath.tex file, setting up my math fonts, with \starttypescript[newmath][MinionMath] % (with % \definefontsynonym % and % \definebodyfont [9.6pt] [mm] % [ ... ] % entries) \stoptypescript -- and of courese a main file with \startproject

[NTG-context] Working with environments and projects

2007-01-16 Thread Jeff Smith
] \stopcomponent Then, in the same folder, there's the product file: \startproduct prd_articlesdemo \project project_dhfq2 \component acoustique \stopproduct Then, in the same folder, there's the project file: \startproject project_dhfq2 \environment env_dhfq2 \product prd_articlesdemo \stopproject

Re: [NTG-context] Working with environments and projects

2007-01-16 Thread Taco Hoekwater
project_dhfq2 [some text] \stopcomponent Then, in the same folder, there's the product file: \startproduct prd_articlesdemo \project project_dhfq2 \component acoustique \stopproduct Then, in the same folder, there's the project file: \startproject project_dhfq2 \environment

Re: [NTG-context] Question \completepublications

2006-12-21 Thread Guðmundur J. Kristjánsson
[EMAIL PROTECTED] | [EMAIL PROTECTED] | Tel. +347-596-2554. Taco Hoekwater wrote: Hi Wim, Wim Neimeijer wrote: However when I move the \complepublications to the \start..\stopappendices like this \usemodule[bib] \startproject cart \mainlanguage[nl] \input cartbiblio % contains \start

[NTG-context] Question \completepublications

2006-12-14 Thread Wim Neimeijer
Hello All, My project looks like this and all looks well. \usemodule[bib] \startproject cart \mainlanguage[nl] \input cartbiblio % contains \start..\stoppublication \startbodymatter \component cart8 % contains main text *\completepublications % this works* \stopbodymatter \startappendices

Re: [NTG-context] Question \completepublications

2006-12-14 Thread Taco Hoekwater
Hi Wim, Wim Neimeijer wrote: However when I move the \complepublications to the \start..\stopappendices like this \usemodule[bib] \startproject cart \mainlanguage[nl] \input cartbiblio % contains \start..\stoppublication \startbodymatter \component cart8 % contains main text

Re: [NTG-context] Empty last page, broken markings ??

2006-08-24 Thread WN
(or not..) of section blocks. For example, it could be that your headings do not work inside appendices or backmatter? I don't use appendices or a backmatter (yet), the overall structure of all my documents look like this \startproject chn \mainlanguage[nl] \enablemode[withsections,font-normal] \input

Re: [NTG-context] components and figure search paths

2006-05-10 Thread David Arnold
/figures/section2figs.tex ~/Documents/IntAlgText/trunk/chapter0/figures/figlibSection2.xml My project (book.tex) looks like this: \startproject book %\environment bookenv \doifnotmode{clean1-screen}{\environment bookenv-clean1-print} \doifmode{clean1-screen}{\environment bookenv-clean1-screen

[NTG-context] Global and per product TOC

2006-05-09 Thread nico
book). Currently each book have the whole project TOC. How to achieve this? Thanks for any hint. The structure I've tried: \startproject proj % global TOC \completecontent \product book1 \product book2 \stopproject -- \startproduct book1 \project proj % well, to put

[NTG-context] finding project files in parent dirs automatically

2006-04-08 Thread Sanjoy Mahajan
prd_oom \project project_books \title{chapter 1} \input tufte \par \stopcomponent The prd_oom.tex: \startproduct prd_oom \project project_books \component chap/1/c_ch1 \stopproduct And project_books.tex: % output=pdf interface=en \startproject project_books \environment

Re: [NTG-context] Metafun - Metapost capacity exceeded

2006-04-05 Thread Thomas Engel
; \stopuseMPgraphic \stopproduct %%% Local Variables: %%% mode: context %%% TeX-master: t %%% End: \startproject pro_mcc_a3 \setupoutput[pdftex] \enableregime [il1] \setuppapersize[A3, landscape][A3, landscape] \setuplayout[leftmargin=0cm,textwidth=37cm] \mainlanguage [en] \setupcolors[state

Re: [NTG-context] Different pagebreaks for component and whole document

2006-04-05 Thread Aditya Mahajan
or the entire project. The fact that the page breaks are different indicates an imperfection somewhere in the internal macro definitions for \startproject c.s., and is definately not related to the length of your document. But, since you are not really supposed to compile the project file

Re: [NTG-context] Metafun - Metapost capacity exceeded

2006-04-05 Thread Hans Hagen
] \setupbackgrounds[page][background=s1] also, there is no need for \starttext .. \stoptext inside a \startproject .. \stopproject Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061

Re: [NTG-context] Different pagebreaks for component and whole document

2006-04-03 Thread Taco Hoekwater
breaks are different indicates an imperfection somewhere in the internal macro definitions for \startproject c.s., and is definately not related to the length of your document. But, since you are not really supposed to compile the project file in the first place, fixing this will be very low

Re: [NTG-context] Legal Project Structure

2005-12-18 Thread Vit Zyka
~/IntermediateAlgebraText/chapter1/section2.tex ~/IntermediateAlgebraText/chapter1/section3.tex And similar files for each of the eight chapters. Here is my project file: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product chapter1/chapter1 \product chapter2

Re: [NTG-context] Legal Project Structure

2005-12-18 Thread Willi Egger
/chapter1/section1.tex ~/IntermediateAlgebraText/chapter1/section2.tex ~/IntermediateAlgebraText/chapter1/section3.tex And similar files for each of the eight chapters. Here is my project file: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product

[NTG-context] Legal Project Structure

2005-12-17 Thread David Arnold
/section2.tex ~/IntermediateAlgebraText/chapter1/section3.tex And similar files for each of the eight chapters. Here is my project file: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product chapter1/chapter1 \product chapter2/chapter2 \product

[NTG-context] Need to compile individual components with proper numbering, etc.

2005-12-17 Thread David Arnold
: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product chapter1/chapter1 \product chapter2/chapter2 \product chapter3/chapter3 \product chapter4/chapter4 \product chapter5/chapter5 \product chapter6/chapter6 \product chapter7/chapter7 \product chapter8/chapter8

[NTG-context] indentation + YandY Lucida on TeXlive2005+debian

2005-11-28 Thread Renaud AUBIN
[il9] \useencoding[ffr] \mainlanguage[fr] % Fonts \usetypescriptfile[type-buy] \loadmapfile[ec-bh-lucida.map] \usetypescript[lucida][ec] \setupbodyfont[lucida] \startproject phd \environment phdenv \product phdprod \stopproject __phd.tex_end

Re: [NTG-context] Structures

2005-11-25 Thread Peter Münster
On Thu, 24 Nov 2005, David Arnold wrote: I have book.tex. \startproject book \environment bookenv \product chapter1 \stopproject 1. When I compile: texexec book Hello David, it's considered, that the project-file contains only setup-commands and a list of products

[NTG-context] Structures

2005-11-24 Thread David Arnold
All, I have book.tex. %output=pdftex \startproject book \environment bookenv \product chapter1 \stopproject %%% Local Variables: %%% mode: conTeXt-en %%% End: I have bookenv.tex. \startenvironment bookenv \setupwhitespace[medium] \setupindenting[medium] \stopenvironment %%% Local

[NTG-context] Can't compile the whole project

2005-09-13 Thread Roman Schechtel
: /project.tex- \startproject project \environment environment \product ./product/product \stopproject File: /product/product.tex- \startproduct product \project project \component ./component/component \stopproduct File: /product

Re: [NTG-context] problems with project

2005-06-15 Thread Wolfgang Zillig
: \startproject wooddoc \environment environment \startfrontmatter \completecontent \product intro \stopfrontmatter [...] Hello Wolfgang, it's considered, that the project-file contains only setup-commands and a list of products, but no commands, that generate directly output

[NTG-context] problems with project

2005-06-14 Thread Wolfgang Zillig
of this component starts. Why does this happen? I expected that only the environment file is loaded and nothing else. Any suggestion? Thanks a lot Wolfgang I have following files and structure (simplyfied) project: wooddoc.tex: \startproject wooddoc \environment environment

Re: [NTG-context] problems with project

2005-06-14 Thread Peter Münster
On Tue, 14 Jun 2005, Wolfgang Zillig wrote: I have following files and structure (simplyfied) project: wooddoc.tex: \startproject wooddoc \environment environment \startfrontmatter \completecontent \product intro \stopfrontmatter [...] Hello Wolfgang

Re: [NTG-context] Re: Learning ConTeXt, typical hurdle

2005-03-13 Thread Willi Egger
Hi Gerben, Due to a mistaken handling you roriginal mail I lost it :-( In that mail in the last part, I believe it was an example \component I saw, that you said \starttext ... \stoptext. You do not need this pair, The handling of starting and stopping is done by the \startproject

Re: [NTG-context] Some extra empty pages, why? And how to get an initial blank page with page number 0?

2005-03-13 Thread Willi Egger
, before={\ChQuoteFormat{\ChapterQuote}\noheaderandfooterlines% \strut\blank[2*big]}, % \page[right] after={\ClearChapterQuote\blank[3*big]% \noheaderandfooterlines}] \startproject project_teoada \product prd_book \nomorefiles \stopproject

Re: [NTG-context] Moving to ConTeXt

2005-03-10 Thread Gerben Wierda
not understand the manual here entirely and my test from a few years ago failed. you can use something === thisbook.tex \startproject book \environment mystyle.tex \stopproject === book.tex \startproduct book \project thisbook \component whatever \component onemore

[NTG-context] Learning ConTeXt, typical hurdle

2005-03-10 Thread Gerben Wierda
seen a example for a book project). So, I have a project file: === % output=pdf interface=en \usemodule[bib] \startproject project_teoada \environment env_teoada % \showlayout % \showgrid % \showbodyfontenvironment \product prd_book \stopproject

Re: [NTG-context] Unexpected changes with pdfeTeX 1.20 (?)

2005-03-03 Thread Albrecht Kauffmann
this: \startproject WLTHR_1 \environment SetupEnvironment_WLTHR \startfrontmatter \component Kapitel/Titelei \component Kapitel/Vorwort \completecontent \stopfrontmatter \startbodymatter \component Kapitel/Kap_1 \component Kapitel/Kap_2 \component Kapitel/Kap_3 \component Kapitel/Kap_4 \component Kapitel

[NTG-context] Re: [OS X TeX] TeX run : 8

2005-03-02 Thread Steffen Wolfrum
examples I think the bug has to do with the project structure. Here comes a very minimal example that *still* runs 8 times under Mac (2 times under Win)! Why? Given a main TEST.tex file and besides that a PARTS folder containing the files ONE.tex and TWO.tex : TEST.tex \startproject TEST

Re: [NTG-context] Re: [OS X TeX] TeX run : 8

2005-03-02 Thread Hans Hagen
: TEST.tex \startproject TEST \startfrontmatter \component PARTS/ONE.tex \component PARTS/TWO.tex \stopfrontmatter \stopproject ONE.tex \startcomponent ONE text \stopcomponent TWO.tex \startcomponent TWO text \stopcomponent this runs normal here; (but your big zip didn't as mentioned in a previous mail

Re: [NTG-context] Re: [OS X TeX] TeX run : 8

2005-03-02 Thread Hans Hagen
Steffen Wolfrum wrote: TEST.tex \startproject TEST \startfrontmatter \component PARTS/ONE.tex \component PARTS/TWO.tex \stopfrontmatter \stopproject ONE.tex \startcomponent ONE text \stopcomponent TWO.tex \startcomponent TWO text \stopcomponent The Mac output (plus the Win output) were

Re: [NTG-context] Re: [OS X TeX] TeX run : 8

2005-03-02 Thread Steffen Wolfrum
and besides that a PARTS folder containing the files ONE.tex and TWO.tex : TEST.tex \startproject TEST \startfrontmatter \component PARTS/ONE.tex \component PARTS/TWO.tex \stopfrontmatter \stopproject ONE.tex \startcomponent ONE text \stopcomponent TWO.tex

  1   2   >